home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 285_01 / bison.h < prev    next >
C/C++ Source or Header  |  1990-07-08  |  431b  |  23 lines

  1. /*
  2. **    file:        bison.h
  3. **    purpose:    Bison's Main header
  4. **    author:        DrH 1/4/88 [bison]
  5. */
  6.  
  7. /*
  8. **    Definitions
  9. */
  10. #define TRUE 1
  11. #define FALSE 0
  12.  
  13. /*
  14. **    Prototypes
  15. */
  16. extern  void fatal(char *s);
  17. /* extern  void fatals(char *fmt,int x1,int x2,int x3,int x4,
  18.                         int x5,int x6,int x7,int x8);
  19. */
  20. extern  void fatals(char *fmt, ... ) ;
  21. extern  void toomany(char *s);
  22. extern  void berror(char *s);
  23.